golang.org/x/tools/internal/gcimporter.objQueue.head (field)
10 uses
golang.org/x/tools/internal/gcimporter (current package)
iexport.go#L1550: head, tail int
iexport.go#L1555: return q.head == q.tail
iexport.go#L1562: } else if q.head+len(q.ring) == q.tail {
iexport.go#L1566: part := q.ring[q.head%len(q.ring):]
iexport.go#L1567: if q.tail-q.head <= len(part) {
iexport.go#L1568: part = part[:q.tail-q.head]
iexport.go#L1574: q.ring, q.head, q.tail = nring, 0, q.tail-q.head
iexport.go#L1586: obj := q.ring[q.head%len(q.ring)]
iexport.go#L1587: q.head++
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)